'Declaration Public Overloads Overrides Sub Append<TThe content element type.>( _
ByVal contentИнформация о содержимом.As System.Collections.Generic.IEnumerable(Of T) _
) (Of TThe content element type.As OpenXmlContentInfo)
public override void Append<T>(
System.Collections.Generic.IEnumerable<T> content
) where T: OpenXmlContentInfo
public: void Append<T>(
System.Collections.Generic.IEnumerable<T*>* content
); override where T: OpenXmlContentInfo*
generic<typename T> public:
void Append(
System.Collections.Generic.IEnumerable<T^>^ content
); override where T: OpenXmlContentInfo^
Parameters
- content
- Информация о содержимом.
Type Parameters
- T
- The content element type.